Advanced Server Options: Workflow

In this tab of the Advanced Server Options, you can configure whether messages relating to activities, entries, tokens, conditions, or custom data will be tracked for each workflow. Choosing not to track some of these messages can help keep your database at a reasonable size.

You can also choose whether to frequently save the state of a workflow's instances and whether the selected workflow can run more than one instance at a time.

To configure workflow message tracking and performance options

  1. Select the Advanced Server Options node or any server details in the center Details Pane.
  2. Click Properties in the Actions Pane, or right-click and select Properties.
  3. Select the ClosedWorkflow tab of the Advanced Server Options dialog box.
  4. From the drop-down menu next to Options for workflow, select the workflow you want to configure advanced message tracking and performance options for. Select <Default> to configure options for all newly created workflows.
  5. Select or clear checkboxes to determine whether Workflow will track errors, warnings, informational messages, entries, tokens, conditions, and/or custom data in the workflow's instance details. Tracking this information can slow performance.
  6. Note: Clearing the Activity errors checkbox will cause Workflow to track only terminating workflow errors in the workflow's instance details. All errors and warnings will be tracked in the activity errors.log based on the log file settings.

  7. You can choose to begin tracking workflow instances when the instance is created or when it begins running. The tracked information appears in the search results for the workflow instance.
  8. Select Unload when idle to save the state of the selected workflow frequently: every time an instance of the selected workflow goes idle, it will be saved to the Workflow database. In the event of a technical failure or if the Workflow Service is stopped, this option ensures that a running workflow's progress is saved so that it can resume when the system is restored. However, saving to a database is a slow process and can significantly impact the performance of a workflow. Clear this option to not save the current state of the workflow while it is running. It will only be saved when it is done running. To manually save a workflow's state to the database, use the Create Checkpoint activity.
  9. Select Single instance mode to allow only one instance of a specific schedule workflow to run at a time. Any additional instances that are scheduled to run while the first instance is still running will not run. You will only want to turn this option on to prevent multiple instances of a schedule workflow from running at the same time, acting on the same documents, and, potentially, interfering with each other.
  10. Important: Selecting Single instance mode for workflows with condition starting rules will severely decrease performance.

  1. The majority of activity tasks and condition tasks run directly in a workflow by default. Running tasks directly in a workflow allows activities to run very quickly but makes an unbounded number of possible connections to Laserfiche. You can select Queue all activity tasks to queue the activity tasks. This option provides a bounded number of Laserfiche connections but increases the overhead for running each activity.